Gets the indexing algorithm used by the index.

Namespace:  C1.LiveLinq.Indexing
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public abstract IndexingAlgorithm Algorithm { get; }
Visual Basic
Public MustOverride ReadOnly Property Algorithm As IndexingAlgorithm
	Get

Field Value

An IndexingAlgorithm used by the index. In the current version, only one algorithm is supported, RedBlackTree. Later versions may support other algorithms, such as bitmap or hash indexes.

See Also